home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11772 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  812 b 

  1. Path: newshub.cts.com!usenet
  2. From: Dwayne White <dwayne@cts.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: I need help please
  5. Date: Fri, 15 Mar 1996 20:08:14 -0500
  6. Organization: Personal Touch Computing
  7. Message-ID: <314A147E.2EF9@cts.com>
  8. References: <4i5hie$c51@cloner3.netcom.com>
  9. NNTP-Posting-Host: dwhite.cts.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Program two is solved if you happen to have vc++ 1.5 or above, they have 
  16. a check book sample that does just what you want.
  17.  
  18. Later
  19.  
  20. Dwayne White
  21. > program No. (2)
  22. >     write a C++ program that inputs a numeric check amount and writes
  23. > the word equivalent of the amount.  For example, the amount 112.43
  24. > should be written as
  25. >     ONE HUNDRED TWELVE AND 43/100
  26. >
  27.